Search
Schedule.unregisterClass Method (Class(?))
See Also
 






Unregisters the specified item or resource type from the system.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public static void unregisterClass (
    Class<?> classType
)

 Parameters

classType

The type of an item or a resource.

 See Also